home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / start-stop-programs.conf < prev    next >
Text File  |  2008-10-24  |  2KB  |  60 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module start-stop-programs.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7. ###############################################################################
  8. # Start/Stop Programs settings
  9. # ----------------------------
  10. #
  11. # Laptop mode tools can automatically start and stop programs when entering
  12. # various power modes. Put scripts accepting "start" and "stop" parameters
  13. # in the directories
  14. #    /etc/laptop-mode/batt-stop
  15. #    /etc/laptop-mode/batt-start
  16. #    /etc/laptop-mode/lm-ac-stop
  17. #    /etc/laptop-mode/lm-ac-start
  18. #    /etc/laptop-mode/nolm-ac-stop
  19. #    /etc/laptop-mode/nolm-ac-start
  20. # Laptop mode will call the scripts in a state-"stop" directory with the "stop"
  21. # parameter when entering the state in question, and it will call the same
  22. # scripts with the "start" parameter when leaving the state. Scripts in a
  23. # state-"start" directory are called with the "start" parameter when the
  24. # specified state is entered, and with the "stop" parameter when the specified
  25. # state is left.
  26. #
  27. # Alternatively, if you only want to start/stop services, you can place the
  28. # names of these services in one of the ..._STOP and ..._START config values
  29. # below.
  30. #
  31. #
  32. # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
  33. # main laptop-mode.conf configuration file. If they are still present, they
  34. # overrule the settings in this file. To fix this, simply delete the settings
  35. # from the main config file.
  36. #
  37. ###############################################################################
  38.  
  39.  
  40. #
  41. # Should laptop mode start and stop programs? 
  42. #
  43. CONTROL_START_STOP=1
  44.  
  45.  
  46. #
  47. # Services to start/stop depending on the power state.
  48. #
  49. #
  50. # These services are started/stopped through their init scripts, together with
  51. # the files from the directories mentioned above. Specify the services as a
  52. # space separated list.
  53. #
  54. BATT_STOP=""
  55. BATT_START=""
  56. LM_AC_STOP=""
  57. LM_AC_START=""
  58. NOLM_AC_STOP=""
  59. NOLM_AC_START=""
  60.